home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-vehicles&gear.dcr / 00001_startMovie.ls next >
Encoding:
Text File  |  2001-07-21  |  683 b   |  28 lines

  1. global checkForSelection
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   set the loc of sprite 5 to point(60, 24)
  6.   set the loc of sprite 6 to point(100, 24)
  7.   set the loc of sprite 7 to point(140, 24)
  8.   set the loc of sprite 8 to point(180, 24)
  9.   set the loc of sprite 9 to point(220, 24)
  10.   set the loc of sprite 11 to point(521, 22)
  11.   sprite(20).visible = 1
  12.   sprite(21).visible = 1
  13.   sprite(22).visible = 0
  14.   set the loc of sprite 51 to point(-100, -100)
  15.   set the blend of sprite 25 to 0
  16.   checkForSelection = 0
  17.   i = 141
  18.   repeat while i <= 146
  19.     sprite(i).visible = 0
  20.     i = 1 + i
  21.   end repeat
  22.   i = 151
  23.   repeat while i <= 156
  24.     sprite(i).visible = 1
  25.     i = 1 + i
  26.   end repeat
  27. end
  28.